Shared libs have traditionally been installed as executables due to
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Mon, 10 Jul 2006 16:38:41 +0000 (17:38 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Mon, 10 Jul 2006 16:38:41 +0000 (17:38 +0100)
commit27e92b03cf51e814ee26202c96dc855865fb636b
treed5f404a7535ba63f993adee6f149d9fa33cb7aea
parentb3685ce3b8b39bdd893893c8d3fa84e29fb2c2c2
Shared libs have traditionally been installed as executables due to
some
long ago accidents of implementation in historical Unixes.  And there
are various tools which "expect" it (... and this is why they get
created as executable by default by ld).

Switching to INSTALL_LIB here although I think the whole "define all
the
ways you're going to use install" in this makefile a _smidge_ overkill

Signed-off-by: Jeremy Katz <katzj@redhat.com>
tools/xenstore/Makefile